home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / dff.arc / DFF.TXT < prev   
Encoding:
Text File  |  1987-05-27  |  2.0 KB  |  46 lines

  1.                                Daniel B. Doman
  2.                        166 East 96th Street Suite 15B
  3.                             New York, N.Y. 10128
  4.                                 212-289-1024
  5.  
  6.  
  7.                              DFF  - File Finder
  8.  
  9.  
  10.  
  11.     DFF is a file finder. You give it a file name with or without wild cards,
  12. and it will search the current drive for all files that match the name. To be
  13. honest there are dozens of other programs that will do what DFF will do but
  14. they either operate at such a low level that they will not function in a LAN
  15. environment, or they cannot be interrupted. 
  16.     If you find DFF useful my efforts have been rewarded. If you feel inclined
  17. to reward my efforts monetarily my gratitude will know no bounds..
  18.  
  19.     Various command line options can tell DFF to search other drives as well.
  20. For example a "/d" will tell it to search all drives starting with the current
  21. drive, and a "/d+" will tell it to search all drives starting with drive "C:".
  22.     If you want DFF to search all drives starting with a specific drive, you
  23. can give it a "/Sx" argument where x=the_drive_to_start_searching_on.
  24.     If you want DFF to log its efforts to a file or device give it a "/Lxxxxx"
  25. argument where xxxxx=device_to_write_to. The device can be a filename or a
  26. printer.
  27.  
  28.     Command line arguments can be intermixed, and they are not case sensitive.
  29. Below are some examples..
  30.  
  31.  
  32. DFF *.bak               <<-  look for all .BAK files on current drive
  33.  
  34. DFF *.bak  /d           <<-  look for all .BAK files on all drives starting
  35.                              with current drive
  36.  
  37. DFF *.bak  /d+          <<-  look for all .BAK files on all drives starting
  38.                              with drive "C:"
  39.  
  40. DFF *.bak  /sf          <<-  look for all .BAK files on all drives starting
  41.                              with drive "F:"
  42.  
  43. DFF *.bak  /d+ /lprn    <<-  look for all .BAK files on all drives starting
  44.                              with drive "C:" and log results to the printer on
  45.                              "PRN"
  46.